All Questions
4 questions
0votes
1answer
3kviews
Wordpress API "code":"rest_no_route" with Custom Route
I am attempting to start creating a custom endpoint for one of my sites, so I can pull in ACF fields to another. I have the following code in my theme's functions.php // register the endpoints ...
3votes
0answers
803views
Wordpress REST API "rest_authentication_errors" doesn't work external queries?
Wordpress REST API "rest_authentication_errors" doesn't work external queries? I was using following experimental codes for experimental purposes. add_filter('rest_authentication_errors', 'auth'); ...
8votes
3answers
9kviews
WP REST API only returning partial list of users
Started working with the WP REST API for the first time. Our ultimate goal is to dynamically load UI elements based on which user is presently logged in. However, my attempts to pull a list of all ...
0votes
1answer
2kviews
Return scheduled posts with WP REST API
I'm using WP REST API plugin for a custom web application and I need to get access to the scheduled posts of the target wordpress website. However I can't find any parameter or filter to achieve this ...